Skip to content

Fix: Improve mobile responsiveness and fix skills grid overflow#62

Open
YashwardhanDhimole wants to merge 1 commit into
revatikadam0607:mainfrom
YashwardhanDhimole:fix/mobiles-responsiveness
Open

Fix: Improve mobile responsiveness and fix skills grid overflow#62
YashwardhanDhimole wants to merge 1 commit into
revatikadam0607:mainfrom
YashwardhanDhimole:fix/mobiles-responsiveness

Conversation

@YashwardhanDhimole

Copy link
Copy Markdown

Mobile Responsiveness Improvements
This PR improves responsiveness across smaller devices and fixes layout issues.

✅ Changes made:

  • Fixed skills grid overflow issue on small screens (≤360px)
  • Implemented responsive grid using auto-fit and minmax()
  • Improved responsive typography using clamp()
  • Optimized section padding for better spacing on mobile
  • Ensured consistent alignment across sections

📌 Result:

  • Better layout on small devices
  • No horizontal overflow
  • Improved readability and usability

Closes #3

@YashwardhanDhimole

Copy link
Copy Markdown
Author

Hi @revatikadam0607 👋
I’ve worked on improving mobile responsiveness across the portfolio.

Key improvements:

  • Fixed skills grid overflow issue on small devices (around 360px)
  • Improved responsive layout and spacing for mobile screens
  • Enhanced typography scaling using clamp()
  • Ensured consistent alignment across sections

The layout now adapts better to smaller screen sizes without overflow issues.

Please review and merge when convenient Thanks!

@YashwardhanDhimole

Copy link
Copy Markdown
Author

Hi @revatikadam0607 👋
Please review and merge when convenient Thanks!

@YashwardhanDhimole

Copy link
Copy Markdown
Author

Hi @revatikadam0607 👋
Please review and merge when convenient Thanks!

1 similar comment
@YashwardhanDhimole

Copy link
Copy Markdown
Author

Hi @revatikadam0607 👋
Please review and merge when convenient Thanks!

@revatikadam0607 revatikadam0607 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uploading image.png…
Hey, thanks for the PR!
I noticed it’s causing some UI issues in the Skills section — the layout/cards got misaligned after the changes. Could you please check the recent commits and fix the styling once? 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize Media Queries for Better Responsive Design

2 participants